.header {
    background-image: url(../images/23.png);
    background-repeat: no-repeat;
    height: 480px;
    position: relative;

    .container {
        display: block;
        position: relative;

        .header-content {
            height: 80px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }

        .header-title {
            margin-top: 112px;

            .header-title-cn {
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: bold;
                font-size: 48px;
                color: #FFFFFF;
                line-height: 56px;
                margin-bottom: 16px;
            }

            .header-title-en {
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 300;
                font-size: 28px;
                color: #FFFFFF;
                line-height: 36px;
            }
        }
    }
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.brand-marketing-officer-training {
    position: relative;
    top: -120px;

    .container {
        width: 1280px;
        margin: 0 auto;
        padding: 88px 216px;
        background-color: #fff;
        box-sizing: border-box;

        .brand-management-basic {
            margin-bottom: 64px;

            .brand-management-basic-title {
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 28px;
                color: #1F1F1F;
                line-height: 36px;
                margin-bottom: 40px;
            }

            .brand-management-basic-text {
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 16px;
                color: #1F1F1F;
                line-height: 24px;
            }
        }
    }
}